Wave Animation Specs
data class WaveAnimationSpecs(val waveHeightAnimationSpec: AnimationSpec<Dp>, val waveVelocityAnimationSpec: AnimationSpec<Dp>, val waveStartSpreadAnimationSpec: AnimationSpec<Float>)
Custom animation configurations for various properties of the wave.
Parameters
wave Height Animation Spec
used for changes in wave height.
wave Velocity Animation Spec
used for changes in wave velocity (whether in speed or direction).
wave Start Spread Animation Spec
Used for wave expansion at the start of the composition.
Constructors
Link copied to clipboard
constructor(waveHeightAnimationSpec: AnimationSpec<Dp>, waveVelocityAnimationSpec: AnimationSpec<Dp>, waveStartSpreadAnimationSpec: AnimationSpec<Float>)